1 2 3 4 5 6 7 8
# cargo fmt Format Rust code using rustfmt via cargo. Enforces consistent code style across the project. Always run before committing. synonyms:: cargo fmt, rustfmt, format rust related:: cargo clippy, cargo test context:: format cost:: low